+<para>
+genurl is a convenience option for generating the scaling paramaters
+when accessing the Tiger servers. It will output the latitude, longitude,
+height, and width parameters in a form suitable for use in the URL to generate
+a map that will hold all the points to be displayed and is suitably scaled
+and centered.
+</para>
+<para>For example:
+<screen format="linespecific">gpsbabel -i geo -f geocaching.loc -o tiger,genurl=tiger.ctr -F tiger.dat</screen>
+may create tiger.ctr with
+<screen format="linespecific">lat=36.042108&lon=-86.877408&ht=0.161172&wid=0.591771&iwd=768&iht=768</screen>
+
+After uploading tiger.dat to a public server, a request to
+<screen format="linespecific"> http://tiger.census.gov/cgi-bin/mapgen?murl=$THATFILE$(cat tiger.ctr)</screen>
+will return a gif file from the tiger server that's suitably scaled.
+
+</para>
-
+<para> This options signifies that the icon in the incoming format is to be used
+without change in the generated Tiger output file. Without this option,
+GPSBabel tries to color pins based on their creation time and certain
+Geocaching traits when available.</para>
-
+<para>This option specifies a margin around the maps for the genurl options.
+The margin may be specified in either decimal degrees or as a
+percentage.</para>
+<para>
+This option is most useful for ensuring there is adaequate space for
+the label around the markers when generating automatically scaled maps.
+</para>
-
+<para>This option specifies the pin to be used if a waypoint has a creation
+time older than 'oldthresh' days.</para>
+<para>The default is "greenpin".</para>
-
+<para>This option tells GPSBabel to not generate labels on the pins. If
+this is true, the description of the incoming waypoints are ignored and not
+placed on the pins.</para>
-
+<para>This option specifies the pin to be used if a waypoint has a creation
+time newer than 'oldthresh' days.</para>
+<para>The default is "redpin".</para>
-
+<para>This options allows you to control the threshold in days between
+whether a pin is considered "new" (and thus potentially governed by the
+'newmarker' option) or "old" (and thus potentially governed by the
+'oldmarker' option).
+</para>
-
+<para>
+The snlen option controls the maximum length of names generated by the '-s'
+option. It's particularly useful in Tiger maps to avoid the amount of clutter
+generated by potentially lengthy labels on the markers.
+</para>
-
+<para>
+When set, this options tells the '-s' smartname generator to not allow
+any spaces in the labels generated for markers.
+</para>
-
+<para>The xpixels argument lets you specify the number of pixels to be
+generated by the Tiger server along the horizontal axis when using the
+'genurl' option. </para>
+<para>The ypixels argument lets you specify the number of pixels to be
+generated by the Tiger server along the vertical axis when using the
+'genurl' option. </para>